auto merge of #802 : alexcrichton/cargo/issue-801, r=brson
authorbors <bors@rust-lang.org>
Wed, 5 Nov 2014 23:02:41 +0000 (23:02 +0000)
committerbors <bors@rust-lang.org>
Wed, 5 Nov 2014 23:02:41 +0000 (23:02 +0000)
commitd49b20d4404e79813300bec8e9a88bd5f222f7b8
tree498f4653d706329ddd424626b40bf1c4d1ceb029
parent555c7e670142b2e9a630c777167b9323f2571363
parent8670b56af3b239e2c776b7108a7f90fbc5983ec3
auto merge of #802 : alexcrichton/cargo/issue-801, r=brson

Previously all features were traversed when adding information to the lockfile,
but the traversal forgot to add optional dependencies that did not have a
corresponding feature.

Closes #801
tests/test_cargo_features.rs